ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / PageSize Property

In This Topic
    PageSize Property (IItemsSource<T>)
    In This Topic
    Gets or sets the page size. When page size is 0, paging is disabled.
    Syntax
    'Declaration
     
    Property PageSize As Integer
    int PageSize {get; set;}
    See Also